home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / SEND.DIR / from.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  1.6 KB  |  42 lines

  1. FROM  -  replace the FROM field
  2.  
  3. Usage:  FROM [text]
  4.  
  5. The FROM command changes the FROM field of the current outgoing message.
  6.   The FROM field is normally filled automatically with your name and
  7.   electronic mail address.  You can substitute some other text either 
  8.   by using the FROM command or by using SET DEFAULT-FROM.  MM will then
  9.   add a REPLY-TO field containing your name and electronic mail address.  
  10.   Unless the FROM field contains your own electronic mail address, MM will 
  11.   also add a SENDER field during mailing, which is not visible when you 
  12.   use DISPLAY to look at the message.
  13.  
  14. If you want to change the name part on all your outgoing mail, change the
  15.   variable PERSONAL-NAME rather than DEFAULT-FROM.
  16.  
  17. If you want replies to go to someone else, leave the FROM field alone
  18.   and use the REPLY-TO command to add an address for replies.
  19.  
  20. The FROM command with no text inserts your name and userid as in 
  21.   /etc/passwd (the default).
  22.      
  23. Example:   
  24.     Send>display headers
  25.      From: Joseph Brennan <brennan@cunixf.cc.columbia.edu>
  26.      To: fuat
  27.      Subject: finishing up
  28.     Send>from The Office Upstairs
  29.     Send>display headers
  30.      From: The Office Upstairs
  31.      To: fuat
  32.      Subject: finishing up
  33.      Reply-To: Joseph Brennan <brennan@cunixf.cc.columbia.edu>
  34.  
  35.   Note that the SENDER header field does not appear although it will be
  36.   added during mailing.  You can change or erase the REPLY-TO field if
  37.   you want to.  
  38.  
  39. For more help, type "help" and one of these topics:
  40.   display   reply-to   erase   set default-from   set personal-name   
  41.   addressing   header-field   signature-file
  42.